Play Created
PlayCreated
Emitted when a new play has been created by an admin
Parameters:
- id: UInt64 - The ID of the created play
- classification: String - The classification of the created play
- metadata: {String: String} - The metadata associated with the play
pub event PlayCreated(id: UInt64, classification: String, metadata: {String: String})